type crypto/tls.certificateMsg

8 uses

	crypto/tls (current package)
		conn.go#L1136: 			m = new(certificateMsg)
		handshake_client.go#L662: 	certMsg, ok := msg.(*certificateMsg)
		handshake_client.go#L761: 		certMsg = new(certificateMsg)
		handshake_messages.go#L1373: type certificateMsg struct {
		handshake_messages.go#L1377: func (m *certificateMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1407: func (m *certificateMsg) unmarshal(data []byte) bool {
		handshake_server.go#L598: 	certMsg := new(certificateMsg)
		handshake_server.go#L672: 		certMsg, ok := msg.(*certificateMsg)